func github.com/vmihailenco/msgpack/v5.encodeInt16CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L234: func encodeInt16CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L17: 		reflect.Int16:         encodeInt16CondValue,